home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)tk.d64 / DELAY.ASM < prev    next >
Assembly Source File  |  2009-01-18  |  194b  |  12 lines

  1. ;subroutine delay
  2.         xdef delay                      ;definition for external use
  3.  
  4. delay      nop
  5.            nop
  6.            nop
  7.            nop
  8.            nop
  9.            rts
  10.            end
  11.  
  12.